home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 March
/
macformat-048.iso
/
Demos
/
Musee d'Orsay
/
ORSAY
/
DATAOR
/
DEJEUN.DXR
/
00043.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-06-17
|
312 b
|
14 lines
on fadesoundout
set volson to the volume of sound 1
repeat while volson > 20
put volson
set the volume of sound 1 to the volume of sound 1 - 2
set volson to the volume of sound 1
if the mouseDown then
quit()
end if
end repeat
sound stop 1
set the volume of sound 1 to 180
end